Carbon


HFSCIProcPtr

Header: FSM.h Carbon status: Unsupported

typedef OSErr(* HFSCIProcPtr) (
    VCBPtr theVCB, 
    SInt16 selectCode, 
    void *paramBlock, 
    void *fsdGlobalPtr, 
    SInt16 fsid
);

You would declare your function like this if you were to name it MyHFSCICallback:

OSErr MyHFSCICallback (
    VCBPtr theVCB, 
    SInt16 selectCode, 
    void *paramBlock, 
    void *fsdGlobalPtr, 
    SInt16 fsid
);
theVCB
selectCode
paramBlock
fsdGlobalPtr
fsid
function result

A result code.

AVAILABILITY

Not supported in Carbon.


© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)